home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / SHARED.DIR / 01025_Script_Object Replacements < prev    next >
Text File  |  1995-11-21  |  664b  |  24 lines

  1. on rolloNew theLine
  2.   set command = item 3 of theLine & "rollo(" & item 4 of theLine & "," & item 5 of theLine & ")"
  3. --  put command 
  4.   do command 
  5. end rolloNew
  6.  
  7. on pressNew theLine
  8.   set command = item 3 of theLine & "press"
  9. --  put command && quote & theLine & quote
  10.   do command && quote & theLine & quote
  11. end
  12.  
  13. on doScriptNew theLine
  14.   set command = item 3 of theLine & "doScript"
  15. --  put command && quote & theLine & quote 
  16.   do command && quote & theLine & quote
  17. end
  18.  
  19. on normNew theLine
  20.   set command = item 3 of theLine & "norm"
  21. --  --put ">>> normNew " & command && quote & theLine & quote
  22.   do command && quote & theLine & quote
  23. end
  24.